home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9460 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  815 b 

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: can you call vc++ objs from bc++ and vice versa?
  5. Date: 1 Mar 1996 20:51:48 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4h7o14$59o@news.interpath.net>
  8. References: <4h2ibl$r4b@idefix.eunet.fi>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jukka Kuronen (jukka@datact.pp.fi) wrote:
  13.  
  14. : My question is: can you use objects created with visual c++
  15. : from borland c++, for example vc++ dll which has btree class
  16. : and from bc++ usage is normal OO style. In other words, are
  17. : these implementations compatible in object code?
  18.  
  19. Nope! But you can share DLLs. They're a common format.
  20.  
  21. Scott
  22.  
  23.